home *** CD-ROM | disk | FTP | other *** search
- Attribute VB_Name = "Declaremod"
- Public Declare Function GetCursorPos Lib "user32" (lpPoint As POINTAPI) As Long
- Public Declare Function WindowFromPoint Lib "user32" (ByVal xPoint As Long, ByVal yPoint As Long) As Long
-
- Public Type POINTAPI
- X As Long
- Y As Long
- End Type
-
-